home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / driverkit / i386 / IOPCMCIADeviceDescription.h < prev    next >
Text File  |  1994-08-15  |  390b  |  24 lines

  1. /*
  2.  * Copyright (c) 1994 NeXT Computer, Inc.
  3.  *
  4.  * PCMCIA device description class.
  5.  *
  6.  * HISTORY
  7.  *
  8.  * 12 Aug 1994 Curtis Galloway at NeXT
  9.  *    Created.
  10.  *
  11.  */
  12. #import <driverkit/i386/IOEISADeviceDescription.h>
  13. #import <driverkit/driverTypes.h>
  14.  
  15. @interface IOPCMCIADeviceDescription : IOEISADeviceDescription
  16. {
  17.     void    *_pcmcia_private;
  18. }
  19.  
  20. - (unsigned) numTuples;
  21. - (id *) tupleList;
  22.  
  23. @end
  24.